home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
textUndo.subproj
/
WholeTextChange.h
< prev
next >
Wrap
Text File
|
1992-02-09
|
310b
|
17 lines
/*
* This class is used to represent text changes which aren't restricted to
* the current selection. The entire contents of the text object are saved.
*/
@interface WholeTextChange : TextSelChange
{
}
/* Public methods */
- saveBeforeChange;
- saveAfterChange;
- setStart:(int)start end:(int)end;
@end